home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / parted / README.Debian < prev   
Encoding:
Text File  |  2007-03-07  |  2.0 KB  |  43 lines

  1. GNU Parted for Debian
  2. ----------------------
  3.  
  4. The nature of this software means that any bugs could cause massive data loss.
  5. While there are no known bugs at the moment, they could exist, so please back
  6. up all important files before running it, and do so at your own risk.
  7.  
  8. Parted currently supports DOS, Mac, PC98, BSD, GPT, MIPS and Sun disklabels /
  9. partition tables, as well as a 'loop' (raw disk) disklabel type which is
  10. useful for filesystems on RAID or LVM volumes.
  11.  
  12. Filesystems currently supported:
  13. [from the user documentation]
  14.  
  15. Filesystem      |        Supported Operations
  16.                 |detect |create |resize | copy  | check
  17. ----------------|-------|-------|-------|-------|--------
  18. ext2            | *     | *     | *[1]  | *[2]  | *[3]
  19. ext3            | *     |       | *[1]  | *[2]  | *[3]
  20. fat16           | *     | *     | *[4]  | *[4]  | *
  21. fat32           | *     | *     | *     | *     | *
  22. hfs             | *     |       | *     |       |
  23. jfs             | *     |       |       |       |
  24. linux-swap      | *     | *     | *     | *     | *
  25. ntfs            | *     |       |       |       |
  26. reiserfs        | *     | *[5]  | *[1,5]| *[5]  | *[3,5]
  27. ufs             | *     |       |       |       |
  28. xfs             | *     |       |       |       |
  29.  
  30. [1] Parted can't move the start of ext2 or ext3 partitions (yet).
  31. [2] The size of the partition you copy to must be greater than or equal to
  32.     the size of the partition you copy from.
  33. [3] Limited checking is done when the filesystem is opened, this is the
  34.     extent of ext2 checking done at the moment.
  35. [4] The size of the new partition, after resizing or copying, is restricted
  36.     by the cluster size for fat (mainly affects FAT16). Parted can shrink
  37.     cluster sizes, but cannot grow them on FAT16.
  38. [5] ReiserFS support is enabled if you install libreiserfs, currently in the
  39.     libreiserfs0.3-0 package. Since libreiserfs0.3-0 is no more in sarge, the
  40.     reiserfs create/resize/copy/check support is not built in in the debian package.
  41.  
  42.  -- Otavio Salvador <otavio@debian.org>, Fri Sep  9 10:19:39 2005
  43.